home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-12 | 1.1 KB | 55 lines |
- #
- # Generated by the NeXT Project Builder.
- #
- # NOTE: Do NOT change this file -- Project Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Emacs
-
- PROJECTVERSION = 1.1
- LANGUAGE = English
-
- APPICON = Emacs.tiff
- LOCAL_RESOURCES = Emacs.nib Info.nib Pref.nib Help
-
- GLOBAL_RESOURCES = lisp.elc
-
- CLASSES = EditListener.m EmacsApp.m EtermView.m PanelLoader.m\
- PrefControl.m
-
- HFILES = EditListener.h EmacsApp.h etermSupport.h EtermView.h\
- PanelLoader.h PrefControl.h
-
- MFILES = Emacs_main.m
-
- CFILES = etermSupport.c keycode.c
-
- PSWMFILES = display.pswm
-
- OTHERSRCS = Makefile
-
-
- MAKEFILEDIR = /NextDeveloper/Makefiles/app
- MAKEFILE = app.make
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
- SOURCEMODE = 444
-
- ICONSECTIONS = -sectcreate __ICON app Emacs.tiff
-
- LIBS = -lMedia_s -lNeXT_s -lIndexing_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = $(LIBS)
-
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/$(MAKEFILE)
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-